home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / disk / misc / deled.lha / Rexx / Rexx.DOC < prev    next >
Text File  |  1990-09-13  |  1KB  |  31 lines

  1. Deluxe Editors aREXX command list and synopsis.
  2.  
  3. SaveBoot        - Saves bootblock to a file
  4. RestoreBoot        - Restores bootblock from a file
  5. LoadBBEntry Name    - Loads a file from the bootblock library to the disk
  6. SaveBBEntry Name    - Saves a bootblock to the bootblock library
  7. Analyse            - Analyse a bootblock
  8. GotoBlock BlockNum    - Goto a block
  9. GotoRoot        - Goto root block
  10. GotoZero        - Goto block zero
  11. Search String        - Serach for a string
  12. CaseOn            - Switches case sensitivity on
  13. CaseOff            - Switches case sensitivity off
  14. Forward            - Set forward direction
  15. Back            - Set back direction
  16. ReqsOn            - Requesters on
  17. ReqsOff            - Requesters off
  18. EditAscii offset string - Put string to offset in buffer
  19. EditHex offset bytes    - Put bytes to offset in buffer
  20. Load offset name length    - Load buffer from a file to offset for length
  21. Save offset name length - Save buffer to a files from offset for length
  22. DisAsmOn                - Switch disassembler on
  23. DisAsmOff               - Switch disassembler off
  24. Encrypt Key             - Encrypt buffer with key
  25. Decrypt Key             - Decrypt buffer with key
  26. Move source dest length - Move from source to dest in buffer for length
  27. Swap source dest length - Swap from source to dest to source in buffer for length
  28. SaveCurrent             - Save current buffer to current block
  29. SaveTo                  - Save current buffer to designated block
  30.  
  31. Some of these are not implemented yet...